home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / include / SUBmods / WBarg.h < prev   
Text File  |  1996-09-11  |  793b  |  28 lines

  1. {*
  2. ** External subprogram declarations for the
  3. ** library module WBarg.o. 
  4. **
  5. ** See the preliminary comments in WBarg.b for
  6. ** details of each subprogram's functionality.
  7. **
  8. ** The subprograms in WBarg.b require the dos and icon
  9. ** libraries to be open. This is handled by the code in
  10. ** WBarg.b however.
  11. ** 
  12. ** See also ace.doc, "Creating & using ACE subprogram modules".
  13. **
  14. ** Author: David J Benn
  15. **   Date: 29th,30th December 1994,
  16. **          5th March 1995
  17. *}
  18.  
  19. DECLARE SUB LONGINT WBlaunched EXTERNAL
  20.  
  21. DECLARE SUB SHORTINT WBargcount EXTERNAL
  22. DECLARE SUB WBarg$(SHORTINT N) EXTERNAL
  23. DECLARE SUB WBargPath$(SHORTINT N) EXTERNAL
  24.  
  25. DECLARE SUB ToolTypeVal$(theArg$,toolType$) EXTERNAL
  26. DECLARE SUB LONGINT ToolTypeValMatched(toolVal$,value$) EXTERNAL
  27. DECLARE SUB DefaultTool$(theArg$) EXTERNAL
  28.